* {
    margin: 0%;
    padding: 0%;

}

html {
    scroll-behavior: smooth;
}

#scroll_top {
    height: 50px;
    width: 50px;
    /* background-color: #ff7044; */
    background: linear-gradient(270deg, #ff994f, #fa6d86);
    color: #f0f0f0;
    font-size: xx-large;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 5px;
    right: 5px;
    transition: all 1s;
    display: none;
    z-index: 8;
}

#scroll_top:hover {
    background-color: #d49393;
    color: #000000;
    cursor: pointer;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.slideshow_div {
    height: 90vh;
    width: 100%;
    background-color: black;
    background-image: url("../img/1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation-name: slideshow;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    filter: brightness(0.45) drop-shadow(2px 4px 6px black);
}
.brightness{
    filter: brightness(0.45) drop-shadow(2px 4px 6px black);

}
.slideshow_div-donate {
    height: 90vh;
    width: 100%;
    background-color: black;
    background-image: url("../img/donate/donate1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation-name: donate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    filter: brightness(0.45) drop-shadow(2px 4px 6px black);
}
.donate-button{
/* CSS */
z-index: 6;
position: absolute;
top: 4%;
right: 4%;


/* CSS */
  background: #ff7044;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.donate-button:hover,
.donate-button:active {
  background-color: white;
  background-position: 0 0;
  color: #FF7044;
}

.donate-button:active {
  opacity: .5;
}


.burger {
    z-index: 8;
    position: absolute;
    top: 4%;
    left: 4%;
    /* color: red; */
    -webkit-text-fill-color: rgb(255, 255, 255);
    font-size: xx-large;
    cursor: pointer;
}

.side_pannel span {
    font-size: xx-large;
    cursor: pointer;
    position: absolute;
    top: 4%;
    left: 13%;
    transition: all 1s;
}

.side_pannel span:hover {
    transform: rotate(90deg);
    color: #ff7044;

}

.side_pannel a {
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 4% 110px;
    transition: 1s;


}

.side_pannel a:hover {
    color: white;
    background-color: #ff7044;
    transform: scale(1.5);
    border-radius: 5px;
}

.side_pannel {
    padding: 91px 0px;
    z-index: 8;
    background-color: aliceblue;
    position: absolute;
    height: 90vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    left: -465px;
    transition: 500ms;
    background-image: linear-gradient(144deg, #f6faf7, transparent);
    filter: opacity(0.7) drop-shadow(2px 4px 6px black);



}

.logo_with_text {
    position: absolute;
    display: flex;
    flex-direction: row;
    /* top: 27%;
    left: 17%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.logo_with_text img {
    object-fit: contain;
    transform: scale(1.2);
}

.text {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 50px;

}

.list_size {
    font-size: 1.5em;
}

.another_size {
    font-size: 5rem;
}

.foundation_size {

    font-size: 6rem;
}

.opportunity_size {
    font-size: 2rem;
}

.pink {
    color: #ff7044;
}
.bg-pink{
background-color: #FF7044;
}

.white {
    color: #f0f0f0;
}

@keyframes slideshow {
    0% {
        background-image: url("../img/1.jpg");
    }

    10%{
        background-image: url("../img/2.jpg");
    }

    20% {
        background-image: url("../img/3.jpg");
    }

    30% {
        background-image: url("../img/4.jpg");
    }

    40% {
        background-image: url("../img/5.jpg");
    }
    50% {
        background-image: url("../img/6.jpg");
    }
    60% {
        background-image: url("../img/winter1.jpg");
    }
    70% {
        background-image: url("../img/8.jpg");
    }
    80% {
        background-image: url("../img/9.jpg");
    }
    90% {
        background-image: url("../img/1.jpg");
    }
    100% {
        background-image: url("../img/2.jpg");
    }


}

@keyframes donate {
    0% {
        background-image: url("../img/donate/donate1.jpg");
    }

    50%{
        background-image: url("../img/donate/donate2.jpg");
    }

    100% {
        background-image: url("../img/donate/donate3.jpg");
    }

    
}
.border-div{
 border: 2px solid #ff7044;
 border-radius: 15px 50px;
 /* border-top: none; */
 margin: 32px 2px;
 padding: 8px;
}
.border-div-heading{
    /* border: 10px solid #ff7044; */
    border-radius: 4px 24px 4px 24px;
    /* border-top: none; */
    /* margin: 32px 1px; */
    /* padding: 8px; */
   }




.center {
    text-align: center;
}

.mission {

    margin: 50px 100px;

}

.icon_logo {
    position: relative;
    height: 4rem;
}

.mission_text_size {
    font-size: 4rem;
    text-justify: auto;

}

.mission_image {
    border-radius: 10%;
    object-fit: cover;
    height: 350px;
    filter: drop-shadow(2px 4px 6px black)
}

.hover_animation {
    transition: all 1s;
}

.hover_animation:hover {
    /* cursor: pointer; */
    transform: scale(1.1);
}

.mission_flex {
    display: flex;
    flex-direction: row;
}

.mission_text {
    margin: 0 50px 0 50px;
    font-size: 1rem;

}

legend {
    display: block;
    border: none;
}

fieldset {
    border-top-left-radius: 50px;
    padding: 0 50px 50px 50px;
    border: 1px solid #b9a7a1;

}

.link {
    /* text-decoration: none; */
    color: black;
}

.insta {
    height: 20px;
    transform: translate(5%, 20%);
}

.form_icon {

    height: 50px;
    transform: translate(50%, 20%);
}

.contact_container {

    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    
    
}

.contact_left {
    display: flex;
    flex-direction: column;
    align-items: start;
    

}

.contact_inputs {
    margin: 5px 0;
    width: 400px;
    height: 50px;
    border: 1px solid #666;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;
}

.contact_left textarea {
    height: 140px;
    padding-top: 35px;
    border-radius: 20px;

}

.contact_inputs:focus {
    border: 2px solid #ff7044;
}

.contact_inputs::placeholder {
    color: #a9a9a9;
}

.contact_left button {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg, #ff994f, #fa6d86);
    cursor: pointer;
}

.right_arrow{
    height: 15px;
}
.meet_image{
    height: 40vh;
    border-radius: 10px;
    filter: drop-shadow( 2px 4px 6px black);
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #000000;
    height: 54px;
    background-image: linear-gradient(26deg, #ff704470, #ffffffe9);
}

/* scroll animaiton */
.scroll-animation{
    transform: translateX(200%);
    transition: transform 1s;

}
.scroll-animation:nth-last-of-type(even){
    transform: translateX(-200%);
}
.scroll-animation.show{
    transform: translateX(0);

}
.of-hidden{
    overflow-x: hidden;
}